home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / DDEPASCAL / DDE / !PC / !help < prev    next >
Text File  |  1992-01-21  |  3KB  |  59 lines

  1.    PC
  2.    ~~
  3.    Purpose:  ISO Pascal Compiler
  4.  
  5.    Setup:
  6.       Icon                    Action/Meaning                       Default
  7.       ----                    --------------                       -------
  8.       Source                  Name of file to be compiled            nil
  9.                               (typed or dragged).
  10.       Compile only            Do not invoke the linker               off
  11.       Assembler               Output ARM assembly code instead       off
  12.                               of object code
  13.       ISO                     Compile strict ISO Pascal              off
  14.       Debug                   Compile in debugging information       off
  15.       Throwback               Report errors and warnings to the      on
  16.                               editor
  17.  
  18.       Run time checks:-       Enable / disable generation of code
  19.                               to perform various checks during
  20.                               execution of the program.
  21.  
  22.       Array bounds            Check that array indices do not        on
  23.                               exceed the array bounds.
  24.       Nil pointers            Check attempts to reference an object  on
  25.                               pointed to by a Nil pointer.
  26.       Variable refernces      Check that variables are assigned      on
  27.                               before being referenced.
  28.       Assertion statements    Include code to check assertion        on
  29.                               statements inserted in the code.
  30.  
  31.    Menu:
  32.       Entry                   Action/Meaning                       Default
  33.       -----                   --------------                       -------
  34.       Module code             generate code for relocatable module   off
  35.       Profile                 generate profiling code                off
  36.       Listing                 generate a compilation listing         off
  37.       Include                 A comma separated list of directories  off
  38.                               to be searched for include files.
  39.       Keep Comments           Prevent the preprocessor from          off
  40.                               removing comments
  41.       Default Path   =>       Replace the default Include            off
  42.                               path with specified directory
  43.       Libraries      =>       Specify a comma-joined list of    C:o.stubs,
  44.                               libraries to be linked with      C:o.RISC_OSLib
  45.                               instead of the standard library
  46.       Predefine      =>       Predefine a comma separated list of    nil
  47.                               preprocessor symbols on entry to the
  48.                               compiler
  49.       Undefine       =>       Undefine a comma separated list of     nil
  50.                               preprocessor symbols on entry to the
  51.                               compiler
  52.       Suppress       =>       Disable all or selected warning and    nil
  53.                               error messages
  54.       Work directory =>       Directory to be used for saving        ^
  55.                               object files, etc., relative to
  56.                               position of source files
  57.       Other          =>       Other command-line options not         nil
  58.                               covered above (eg. -zpc1)
  59.